PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowTableColumn Class / isWidthRelativeToTable Method
In This Topic
    isWidthRelativeToTable Method
    In This Topic
    Gets a flag indicating whether the getWidth value is absolute or percentage relative to table width.
    Syntax
    public boolean isWidthRelativeToTable()

    Return Value

    True if the getWidth is relative, false otherwise. Default is false.
    See Also